Creating a New Xamarin.Android App
In This Topic
This topic demonstrates how to create a new Xamarin.Android app in Visual Studio or Xamarin Studio. See the System Requirements before proceeding. To download and install Xamarin Studio, visit http://xamarin.com/download.
To know more about Xamarin.iOS, visit:
https://developer.xamarin.com/guides/ios/getting_started/
Complete the following steps to create a new Xamarin.Android app:
- Select File | New | Project.
- Under Installed templates, select Visual C# | Android.
- In the right pane, select Android App (Xamarin).
- Type a name for your app and select a location to save it.
- Click OK. The New Android App dialog appears.
- Select Single View App template and click OK.
- Select File | New Solution.
- Select Android | App.
- In the right pane, select Android App.
- Type a name for your app and select a location to save it.
- Click OK.

- Add a name for your app and select a location to save it.

- Click Next.

- Click Create.